<!DOCTYPE html>
<html class="client-nojs vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-0 vector-toc-not-available vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-0 vector-feature-night-mode-enabled skin-theme-clientpref-os vector-sticky-header-enabled" lang="fr" dir="ltr"><head>
<meta charset="UTF-8">
<title>WebDAV</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="./_res_/favicon.png">
<link rel="canonical" href="https://fr.wikipedia.org/wiki/WebDAV"> <link href="./_mw_/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.wikimediamessages.styles.css" rel="stylesheet" type="text/css">
<link href="./_mw_/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./_mw_/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./_mw_/skins.vector.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./_mw_/site.styles.css">
<link rel="stylesheet" type="text/css" href="./_mw_/noscript.css">
<link rel="stylesheet" type="text/css" href="./_res_/footer.css">
<link rel="stylesheet" type="text/css" href="./_res_/vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-WebDAV rootpage-WebDAV skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading"><span class="mw-page-title-main">WebDAV</span></h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="contentSub">
<div id="mw-content-subtitle"></div>
</div>
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="fr" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="fr" dir="ltr">
<p><b>WebDAV</b> (<i><span class="lang-en" lang="en">Web-based Distributed Authoring and Versioning</span></i>) est une extension du protocole <a href="HTTP" class="mw-redirect" title="HTTP">HTTP</a> défini par le groupe de travail <a href="Internet_Engineering_Task_Force" title="Internet Engineering Task Force">Internet Engineering Task Force</a> du même nom.
</p>
<div class="mw-heading mw-heading2"><h2 id="Histoire">Histoire</h2></div>
<p>Décrit dans la <abbr class="abbr" title="Request for comments" lang="en">RFC</abbr> 4918<sup id="cite_ref-RFC-4918-t-d_1-0" class="reference"><a href="#cite_note-RFC-4918-t-d-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup>, WebDAV permet de simplifier la gestion de fichiers avec des serveurs distants. Il permet de récupérer, déposer, <a href="Synchronisation_de_fichiers" title="Synchronisation de fichiers">synchroniser</a> et publier des fichiers et dossiers rapidement et facilement. L'objectif principal de WebDAV est de rendre possible l'écriture à travers le web et pas seulement la lecture de données.
</p><p>WebDAV permet à plusieurs utilisateurs d'éditer le contenu d'un dossier web simultanément. Il saura gérer les droits d'accès aux fichiers (ou dossiers), en verrouillant momentanément les fichiers et dossiers édités.
</p>
<div class="mw-heading mw-heading2"><h2 id="Extensions">Extensions</h2></div>
<p>Voici une brève description des extensions fournies par DAV :
</p>
<ul><li>protection contre l'écrasement : mécanisme de verrouillage et de déverrouillage pour éviter les problèmes de synchronisation de mises à jour. Le protocole DAV supporte les accès exclusifs et partagés ;</li>
<li>propriétés : <a href="M%C3%A9tadonn%C3%A9e" title="Métadonnée">métadonnées</a> (titre, sujet, créateur, etc.) ;</li>
<li>gestion des attributs de fichiers : copier, renommer, déplacer et supprimer des fichiers.</li>
<li><a href="Contr%C3%B4le_d'acc%C3%A8s_logique" title="Contrôle d'accès logique">contrôle d'accès</a> : limitation d'accès à diverses ressources. Généralement, DAV considère qu'un contrôle d'accès est déjà en place, et ne fournit pas de mécanisme d'<a href="Authentification" title="Authentification">authentification</a> robuste : <abbr class="abbr" title="Request for comments" lang="en">RFC</abbr> 3744<sup id="cite_ref-RFC-3744-t-d_2-0" class="reference"><a href="#cite_note-RFC-3744-t-d-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup> ;</li>
<li>contrôle d'accès : WebDAV Current Principal Extension définit un protocole permettant au client WebDAV de découvrir les droits de l'utilisateur connecté ;</li>
<li>gestion des versions : contrôle de versions des documents. Le contrôle des versions peut être mis en œuvre avec les extensions Delta-V ;</li>
<li>calendriers : partage de calendriers <a href="CalDAV" title="CalDAV">CalDAV</a> <abbr class="abbr" title="Request for comments" lang="en">RFC</abbr> 4791<sup id="cite_ref-RFC-4791-t-d_3-0" class="reference"><a href="#cite_note-RFC-4791-t-d-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup> (à ne pas confondre avec <a href="Web_Calendar_Access_Protocol" title="Web Calendar Access Protocol">Web Calendar Access Protocol</a> qui partage des fichiers <a href="ICalendar" title="ICalendar">iCalendar</a> avec WebDAV. Ce dernier est l'association de deux RFC : celle définissant WebDAV et celle définissant <a href="ICalendar" title="ICalendar">iCalendar</a>) ;</li>
<li>recherche et localisation : WebDAV SEARCH <abbr class="abbr" title="Request for comments" lang="en">RFC</abbr> 5323<sup id="cite_ref-RFC-5323-t-d_4-0" class="reference"><a href="#cite_note-RFC-5323-t-d-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup> ex DASL définit un ensemble de méthodes de recherche et localisation d'information sur WebDAV.</li></ul>
<div class="mw-heading mw-heading2"><h2 id="Les_clients_WebDAV">Les clients WebDAV</h2></div>
<table class="wikitable sortable mw-collapsible" style="text-align: center;">
<caption>
</caption>
<tbody><tr>
<th>
</th>
<th>
</th>
<th colspan="4">WebDAV + Protocoles
</th>
<th>
</th></tr>
<tr>
<th>Nom
</th>
<th>OS
</th>
<th>SFTP
</th>
<th>HTTPS
</th>
<th>SMB
</th>
<th>NFS
</th>
<th>Nature
</th></tr>
<tr>
<th>BitKinex
</th>
<td>Windows
</td>
<td>?
</td>
<td>?
</td>
<td>?
</td>
<td>?
</td>
<td>Gratuit
</td></tr>
<tr>
<th><a href="GNOME_Fichiers" title="GNOME Fichiers">Fichiers</a> -
<p><a href="Gestionnaire_de_fichiers" title="Gestionnaire de fichiers">gestionnaire de fichiers</a>
</p>
</th>
<td>Linux (GNOME)
</td>
<td>o
</td>
<td>o
</td>
<td>o
</td>
<td>?
</td>
<td>Gratuit
</td></tr>
<tr>
<th>Caja
</th>
<td>Linux (Mint)
</td>
<td>o
</td>
<td>o
</td>
<td>o
</td>
<td>?
</td>
<td>Gratuit
</td></tr>
<tr>
<th><a href="Cryptomator" title="Cryptomator">Cryptomator</a>
</th>
<td>Mac / Windows / Linux / Android / iOS
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>Gratuit
</td></tr>
<tr>
<th><a href="Cyberduck" title="Cyberduck">Cyberduck</a>
<p>(Donationware/GPL)
</p>
</th>
<td>Mac & Windows
</td>
<td>?
</td>
<td>o
</td>
<td>?
</td>
<td>?
</td>
<td>Donationware/GPL
</td></tr>
<tr>
<th><a rel="nofollow" class="external text" href="https://apps.kde.org/fr/dolphin/">Dolphin</a>
</th>
<td>Linux (KDE) Windows
</td>
<td>o<sup id="cite_ref-:0_5-0" class="reference"><a href="#cite_note-:0-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup>
</td>
<td>o<sup id="cite_ref-:0_5-1" class="reference"><a href="#cite_note-:0-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup>
</td>
<td><sup id="cite_ref-:0_5-2" class="reference"><a href="#cite_note-:0-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup>o
</td>
<td>o<sup id="cite_ref-:0_5-3" class="reference"><a href="#cite_note-:0-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup>
</td>
<td>Gratuit
</td></tr>
<tr>
<th><a href="https://en.wikipedia.org/wiki/ES_File_Explorer" class="extiw external" title="en:ES File Explorer">ES File Explorer</a>
</th>
<td>Android
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>Gratuit
</td></tr>
<tr>
<th><a rel="nofollow" class="external text" href="https://www.webdavsystem.com/server/access/windows/">Explorateur de fichiers</a>
<p>NetDrive
</p>
</th>
<td>Windows
</td>
<td>?
</td>
<td>o<sup id="cite_ref-6" class="reference"><a href="#cite_note-6"><span class="cite-bracket">[</span>6<span class="cite-bracket">]</span></a></sup>
</td>
<td>?
</td>
<td>?
</td>
<td>Gratuit
</td></tr>
<tr>
<th><a rel="nofollow" class="external text" href="https://doc.ubuntu-fr.org/fuse">fuse</a>
</th>
<td>Linux
</td>
<td>?
</td>
<td>?
</td>
<td>?
</td>
<td>?
</td>
<td>Gratuit
</td></tr>
<tr>
<th><a rel="nofollow" class="external text" href="https://www.handybackup.net/">Handy Backup</a>
</th>
<td>Windows
</td>
<td>?
</td>
<td>?
</td>
<td>?
</td>
<td>?
</td>
<td>Payant<sup id="cite_ref-7" class="reference"><a href="#cite_note-7"><span class="cite-bracket">[</span>7<span class="cite-bracket">]</span></a></sup>
</td></tr>
<tr>
<th><a href="Konqueror" title="Konqueror">Konqueror</a> (?)
</th>
<td>Linux (KDE)
</td>
<td>?
</td>
<td>o<sup id="cite_ref-8" class="reference"><a href="#cite_note-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup>
</td>
<td>?
</td>
<td>?
</td>
<td>Gratuit
</td></tr>
<tr>
<th><a rel="nofollow" class="external text" href="https://rclone.org/">Rclone</a>
</th>
<td>Windows / Mac / Linux / *BSD / Plan9 / Solaris
</td>
<td>o
</td>
<td>o
</td>
<td>o
</td>
<td>?
</td>
<td>Gratuit
</td></tr>
<tr>
<th><a href="WebDrive" title="WebDrive">WebDrive</a>
</th>
<td>Mac / Windows
</td>
<td>o
</td>
<td>?
</td>
<td>?
</td>
<td>?
</td>
<td>Payant
</td></tr>
<tr>
<th><a href="WinSCP" title="WinSCP">WinSCP</a>
<p>(v5.7 min)
</p>
</th>
<td>Windows
</td>
<td>o
</td>
<td>?
</td>
<td>?
</td>
<td>?
</td>
<td>Gratuit
</td></tr></tbody></table>
<div class="mw-heading mw-heading2"><h2 id="Emplacement">Emplacement</h2></div>
<p>Sous <a href="Windows_XP" title="Windows XP">Windows XP</a>, les dossiers WebDAV se trouvent dans les « Favoris réseau ».
</p><p>Sous les systèmes <a href="GNU/Linux" class="mw-redirect" title="GNU/Linux">GNU/Linux</a>, les dossiers WebDAV sont accessibles directement sur l'application de gestion de fichier dans les principaux environnements de bureaux (<a href="GNOME" title="GNOME">GNOME</a>, <a href="KDE" title="KDE">KDE</a>, <a href="Xfce" title="Xfce">Xfce</a>).
</p>
<div class="mw-heading mw-heading2"><h2 id="Alternatives">Alternatives</h2></div>
<ul><li><a href="File_Transfer_Protocol" title="File Transfer Protocol">File Transfer Protocol</a> (FTP) est un protocole basé sur l'<a href="Internet_Protocol" title="Internet Protocol">Internet Protocol</a> (IP), permettant le transfert de fichiers dans un réseau. L'extension <a href="File_Transfer_Protocol_Secure" title="File Transfer Protocol Secure">File Transfer Protocol Secure</a> (FTPS) est ajoutée pour sécuriser le protocole.</li>
<li><a href="SSH_File_Transfer_Protocol" title="SSH File Transfer Protocol">SSH File Transfer Protocol</a> (SFTP), est une extension du protocole <a href="Secure_Shell" title="Secure Shell">Secure Shell</a> (SSH) version 2.0, sécurise le transfert de fichiers.</li>
<li>Le protocole <a href="Server_Message_Block" title="Server Message Block">Server Message Block</a> (SMB) permet aux systèmes <a href="Microsoft_Windows" title="Microsoft Windows">Microsoft Windows</a> et aux clients open-source <a href="Samba_(informatique)" title="Samba (informatique)">Samba</a> d'accéder et de gérer des fichiers et dossiers distants.</li>
<li><a href="Atom_Publishing_Protocol" title="Atom Publishing Protocol">AtomPub</a>, basée sur <a href="HTTP" class="mw-redirect" title="HTTP">HTTP</a> et permet la création et la mise à jour des ressources.</li>
<li><a href="CMIS" title="CMIS">CMIS</a> (Content Management Interoperability Services), est basé sur les <a href="Web_Services" class="mw-redirect" title="Web Services">Web Services</a> et permet une gestion plus fine des ressources.</li>
<li><a href="Network_File_System" title="Network File System">Network File System</a> (NFS)</li></ul>
<div class="mw-heading mw-heading2"><h2 id="Notes_et_références"><span id="Notes_et_r.C3.A9f.C3.A9rences"></span>Notes et références</h2></div>
<div class="references-small decimal" style=""><div class="mw-references-wrap"><ol class="references">
<li id="cite_note-RFC-4918-t-d-1"><span class="mw-cite-backlink"><a href="#cite_ref-RFC-4918-t-d_1-0">↑</a> </span><span class="reference-text"><abbr class="abbr indicateur-langue" title="Langue : anglais">(en)</abbr> « <a rel="nofollow" class="external text" href="https://tools.ietf.org/html/rfc4918"><span class="lang-en" lang="en">HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</span></a> », <span class="lang-en" lang="en"><a href="Request_for_comments" title="Request for comments">Request for comments</a></span> <abbr class="abbr" title="numéro">n<sup>o</sup></abbr> 4918, <time class="nowrap" datetime="2007-06" data-sort-value="2007-06">juin 2007</time>
</span>
</li>
<li id="cite_note-RFC-3744-t-d-2"><span class="mw-cite-backlink"><a href="#cite_ref-RFC-3744-t-d_2-0">↑</a> </span><span class="reference-text"><abbr class="abbr indicateur-langue" title="Langue : anglais">(en)</abbr> « <a rel="nofollow" class="external text" href="https://tools.ietf.org/html/rfc3744"><span class="lang-en" lang="en">Web Distributed Authoring and Versioning (WebDAV) Access Control Protocol</span></a> », <span class="lang-en" lang="en"><a href="Request_for_comments" title="Request for comments">Request for comments</a></span> <abbr class="abbr" title="numéro">n<sup>o</sup></abbr> 3744, <time class="nowrap" datetime="2004-05" data-sort-value="2004-05">mai 2004</time>
</span>
</li>
<li id="cite_note-RFC-4791-t-d-3"><span class="mw-cite-backlink"><a href="#cite_ref-RFC-4791-t-d_3-0">↑</a> </span><span class="reference-text"><abbr class="abbr indicateur-langue" title="Langue : anglais">(en)</abbr> « <a rel="nofollow" class="external text" href="https://tools.ietf.org/html/rfc4791"><span class="lang-en" lang="en">Calendaring Extensions to WebDAV (CalDAV)</span></a> », <span class="lang-en" lang="en"><a href="Request_for_comments" title="Request for comments">Request for comments</a></span> <abbr class="abbr" title="numéro">n<sup>o</sup></abbr> 4791, <time class="nowrap" datetime="2007-03" data-sort-value="2007-03">mars 2007</time>
</span>
</li>
<li id="cite_note-RFC-5323-t-d-4"><span class="mw-cite-backlink"><a href="#cite_ref-RFC-5323-t-d_4-0">↑</a> </span><span class="reference-text"><abbr class="abbr indicateur-langue" title="Langue : anglais">(en)</abbr> « <a rel="nofollow" class="external text" href="https://tools.ietf.org/html/rfc5323"><span class="lang-en" lang="en">Web Distributed Authoring and Versioning (WebDAV) SEARCH</span></a> », <span class="lang-en" lang="en"><a href="Request_for_comments" title="Request for comments">Request for comments</a></span> <abbr class="abbr" title="numéro">n<sup>o</sup></abbr> 5323, <time class="nowrap" datetime="2008-11" data-sort-value="2008-11">novembre 2008</time>
</span>
</li>
<li id="cite_note-:0-5"><span class="reference-text"><span class="ouvrage">« <a rel="nofollow" class="external text" href="https://docs.kde.org/stable5/en/dolphin/dolphin/location-bar.html"><cite style="font-style:normal;">Location Bar</cite></a> », sur <span class="italique">docs.kde.org</span> <small style="line-height:1em;">(consulté le <time class="nowrap" datetime="2024-08-05" data-sort-value="2024-08-05">5 août 2024</time>)</small></span></span>
</li>
<li id="cite_note-6"><span class="mw-cite-backlink"><a href="#cite_ref-6">↑</a> </span><span class="reference-text"><span class="ouvrage"><abbr class="abbr indicateur-langue" title="Langue : anglais">(en)</abbr> « <a rel="nofollow" class="external text" href="https://www.webdavsystem.com/server/access/windows/"><cite style="font-style:normal;" lang="en">Connecting to WebDAV server on Microsoft Windows</cite></a> », sur <span class="italique">www.webdavsystem.com</span> <small style="line-height:1em;">(consulté le <time class="nowrap" datetime="2024-08-05" data-sort-value="2024-08-05">5 août 2024</time>)</small></span></span>
</li>
<li id="cite_note-7"><span class="mw-cite-backlink"><a href="#cite_ref-7">↑</a> </span><span class="reference-text"><span class="ouvrage">« <a rel="nofollow" class="external text" href="https://archive.wikiwix.com/cache/20140721092206/http://www.handybackup.fr"><cite style="font-style:normal;">Handy Backup</cite></a> », sur <span class="italique">handybackup.fr via <a href="Wikiwix" title="Wikiwix">Wikiwix</a></span> <small style="line-height:1em;">(consulté le <time class="nowrap" datetime="2023-10-18" data-sort-value="2023-10-18">18 octobre 2023</time>)</small></span>.</span>
</li>
<li id="cite_note-8"><span class="mw-cite-backlink"><a href="#cite_ref-8">↑</a> </span><span class="reference-text"><span class="ouvrage"><abbr class="abbr indicateur-langue" title="Langue : anglais">(en)</abbr> « <a rel="nofollow" class="external text" href="https://www.webdavsystem.com/server/access/konqueror/"><cite style="font-style:normal;" lang="en">Connecting to WebDAV Server Using Konqueror</cite></a> », sur <span class="italique">www.webdavsystem.com</span> <small style="line-height:1em;">(consulté le <time class="nowrap" datetime="2024-08-05" data-sort-value="2024-08-05">5 août 2024</time>)</small></span></span>
</li>
</ol></div>
</div>
<div class="mw-heading mw-heading2"><h2 id="Voir_aussi">Voir aussi</h2></div>
<div class="mw-heading mw-heading3"><h3 id="Liens_externes">Liens externes</h3></div>
<ul><li><abbr class="abbr indicateur-langue" title="Langue : anglais">(en)</abbr> <cite class="ouvrage" id="site_officiel" style="font-style: normal;"><a rel="nofollow" class="external text" href="http://www.webdav.org">Site officiel</a></cite></li>
<li><abbr class="abbr indicateur-langue" title="Langue : français">(fr)</abbr> <span class="ouvrage"><span class="noarchive">« <a rel="nofollow" class="external text" href="http://xmlfr.org/ietf/rfc2518.html"><cite style="font-style:normal; color:var(--color-link-red, #d73333);">Traduction RFC2518</cite></a> »<sup class="">(<a rel="nofollow" class="external text" href="https://web.archive.org/web/*/http://xmlfr.org/ietf/rfc2518.html">Archive.org</a> • <a rel="nofollow" class="external text" href="https://archive.wikiwix.com/cache/?url=http://xmlfr.org/ietf/rfc2518.html">Wikiwix</a> • <a rel="nofollow" class="external text" href="https://archive.is/http://xmlfr.org/ietf/rfc2518.html">Archive.is</a> • <a rel="nofollow" class="external text" href="https://webcache.googleusercontent.com/search?hl=fr&q=cache:http://xmlfr.org/ietf/rfc2518.html">Google</a> • Que faire ?)</sup></span></span></li></ul>
<div class="navbox-container" style="clear:both;">
</div>
<ul id="bandeau-portail" class="bandeau-portail"><li><span class="bandeau-portail-element"><span class="bandeau-portail-icone"><span class="noviewer" typeof="mw:File"></span></span> <span class="bandeau-portail-texte">Portail des télécommunications</span> </span></li> <li><span class="bandeau-portail-element"><span class="bandeau-portail-icone"><span class="noviewer" typeof="mw:File"></span></span> <span class="bandeau-portail-texte">Portail de l’informatique</span> </span></li> </ul></div><!--htdig_noindex--><div><div class="zim-footer">
Cet article est issu de <a class="external text" title="Dernière modification le 2025-02-21" href="https://fr.wikipedia.org/wiki/?title=WebDAV&oldid=223221076">Wikipédia</a>. Sauf mention contraire, le texte est disponible sous <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.fr">Creative Commons Attribution-Share Alike 4.0</a>. Des conditions supplémentaires peuvent s’appliquer aux fichiers multimédias.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>
<script src="./_webp_/webpHandler.js"></script>
</body></html>